home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3188 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: phcoms4.seri.philips.nl!server10!aaltenm
  2. From: aaltenm@server10.seri.philips.nl (Aalten P.M. van)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Tapestreamer programming docs needed
  5. Date: 8 Feb 1996 07:45:30 GMT
  6. Organization: Philips Electronics BV.
  7. Message-ID: <4fc9mq$epa@phcoms4.seri.philips.nl>
  8. References: <1845.6608T151T2577@wvlink.mpl.com>
  9. NNTP-Posting-Host: host-153-39.ce.philips.nl
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. gene_heskett@wvlink.mpl.com (Gene Heskett) writes:
  13. :  APv> Hi there,
  14. :  APv> I recently got a tapestreamer (VERY old model with BIG tapes!),
  15. :  APv> an 'Interpreter Tapexchange'. It can be connected to a PC's
  16. :  APv> parallel port, and I have the software for it. Problem is, I
  17. :  APv> don't work on my PC
  18. :  APv> (It just gets dusty...), so nothing to back up there.
  19. :  APv> Since it can be connected via the parallel port, I am thinking
  20. :  APv> of using it for my Amiga 1200. Problem is, they did not give me
  21. :  APv> software for the Amiga!
  22. :  APv> I opened the tapestreamer, and I think it's just a SCSI-device
  23. :  APv> (standard 50-pins SCSI-like connector), with a separate print
  24. :  APv> for the SCSI to parallel conversion. Sounds simple enough, but
  25. :  APv> now the question:
  26. :  APv> How can I control the device (preferably with parallel.device),
  27. :  APv> what commands can be transmitted, how do I send them, etc.
  28. :  APv> etc...?
  29. :  APv> Any help is very welcome!
  30. :  APv> Thanks,
  31. :  APv> Matthijs van Aalten,
  32. :  APv> e-mail: aaltenm@iclab.ce.philips.nl
  33. : Unforch Matthijs, you have a hardware problem in the form of that parallel
  34. : convertor. On a pc, the port was never fully bi-directional, so they had to
  35. : feed the data into the port a nibble at a time on the printers status
  36. : lines, which I think are a bit more complex than the Amiga and its fully
  37. : bi-directional port has.
  38. : The best Idea I'd have would be to toss that adaptor, hook it up to the scsi
  39. : buss with a long 50 pin scsi cable, check the terminations and make them
  40. : correct, and see if its smart enough to accept regular scsi-direct
  41. : commands right from a scsi card plugged into the 1200. Who knows, you might
  42. : get lucky!
  43. : /*            Gene Heskett          |  These opinions are NOT to be  */
  44. : /*  CE @ WDTV Weston/Clarksburg WV  |  confused with the official    */
  45. : /*  <gene_heskett@wvlink.mpl.com>   |  WDTV managment views          */
  46. : #include <std.disclaimer>
  47.  
  48. Mmmmm... I'm afraid your right... Yesterday I tried a PC-emulator with the
  49. PC's backup-software, and it didn't work... Printer-access was no problem,
  50. so it must be the parallel-port not working with the tapestreamer. Have to
  51. look for a good&cheap SCSI-card for my A1200.
  52.  
  53. Does anyone know if the SCSI-extention for the MTEC 68030 turbocard is
  54. available?
  55.  
  56. Thanks and greetings,
  57.  
  58. Matthijs van Aalten,
  59. e-mail: aaltenm@iclab.ce.philips.nl
  60.  
  61.  
  62.